Skip to content

Clarify publish-time versioning workflow - #133

Merged
RomainCscn merged 1 commit into
mainfrom
codex/docs-publish-time-versioning
Aug 26, 2026
Merged

Clarify publish-time versioning workflow#133
RomainCscn merged 1 commit into
mainfrom
codex/docs-publish-time-versioning

Conversation

@RomainCscn

@RomainCscn RomainCscn commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Explains the publish-time versioning flow for scheduled pipelines, including the exact sync and complete commands.

@RomainCscn
RomainCscn force-pushed the codex/docs-publish-time-versioning branch 2 times, most recently from a29dbd8 to 7da9aab Compare August 26, 2026 14:16
Comment thread README.md Outdated
| `complete` | Completes that exact release version | Completes latest started release |

For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap. Only `sync` sets the version on a release — `complete` and `update` strictly look up by version. If your CI has no natural labeling moment (e.g. tag-driven releases), run `sync --release-version=X` immediately before `complete --release-version=X` at release time.
For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap. Only `sync` sets the version on a release — `complete` and `update` only look it up. If the version is only known when you publish, run `sync --base-ref=HEAD --release-version=X` immediately before `complete --release-version=X`. The `sync` sets `X` on the current unversioned release; `complete` then finds that release by `X`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does looking up a release mean?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, that's not a very clear term. I reworded it.

@RomainCscn
RomainCscn force-pushed the codex/docs-publish-time-versioning branch from 7da9aab to 7b9029b Compare August 26, 2026 14:20
@RomainCscn
RomainCscn merged commit 9fc31ce into main Aug 26, 2026
11 checks passed
@RomainCscn
RomainCscn deleted the codex/docs-publish-time-versioning branch August 26, 2026 14:24
@linear-code

linear-code Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

LIN-83234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants